blog post about goosehints and persistent context#2796
Merged
iandouglas merged 5 commits intomainfrom Jun 5, 2025
Merged
Conversation
Contributor
|
blackgirlbytes
approved these changes
Jun 5, 2025
agiuliano-square
approved these changes
Jun 5, 2025
Contributor
agiuliano-square
left a comment
There was a problem hiding this comment.
Two very small things. This post is awesome!
|
|
||
| To reiterate, **every single line in your `.goosehints` file gets sent with every request to Goose**. If you write a ton of rules and ideas with all your project preferences, coding standards, and workflow documentation and so on into the .goosehints file, the ENTIRE file is being transmitted and processed every time you ask Goose anything, even something as simple as "what time is it?" | ||
|
|
||
| This is particularly important for users who are paying for their own LLM access (like ChatGPT or Gemini). Here's why: |
Contributor
There was a problem hiding this comment.
nit: this could be interpreted as "this doesn't affect you if your company is paying for your LLM". I think this is important for anyone using Goose for the reasons you outlined below.
|
|
||
| This is particularly important for users who are paying for their own LLM access (like ChatGPT or Gemini). Here's why: | ||
|
|
||
| - **Input Tokens = Real Money**: Every line in your `.goosehints` file consumes input tokens. The LLM must process these tokens as part of its system instructions before it even looks at your question. While a small `.goosehints` file might not seem like a big deal, it can quickly add up if you're not careful. All-day |
Contributor
There was a problem hiding this comment.
"All-day" at the end feels like it's dangling. Is there supposed to be something else here?
katzdave
added a commit
to katzdave/goose
that referenced
this pull request
Jun 6, 2025
* upstream/main: Iand/blog goosehints metadata update (block#2800) Iand/blog goosehints (block#2798) blog post about goosehints and persistent context (block#2796) [goose-llm] system prompt override (block#2791) chore: small bit of a cleanup - removing unused dir (block#2761) feat: lead/worker model (block#2719) fix: pass ref in pr comment workflow (block#2777) feat: goose web for local terminal alternative (block#2718) chore: run CI on merge_group (block#2786)
lifeizhou-ap
added a commit
that referenced
this pull request
Jun 10, 2025
* main: (77 commits) claude 4 listing (#2843) fix: Use the existing spinner in interactive mode (#2829) chore(release): release version 1.0.27 (#2844) Revert "Mnovich/temporal scheduler (#2745)" (#2839) chore(release): release version 1.0.26 (#2833) Removed ui-v2 directory and updated project to use node in hermit and readme (#2831) Mnovich/temporal scheduler (#2745) fix: intel builds (#2832) chore(release): release version 1.0.25 (#2811) Nostrbook MCP is now on npm (#2816) Update macOS install guide with Homebrew instructions (#2823) remember window position (#2808) feat(ui): put the scheduler behind an alpha (#2810) debug config issues on windows (#2809) Add Speech MCP extension to extensions directory (#2807) Iand/blog goosehints metadata update (#2800) Iand/blog goosehints (#2798) blog post about goosehints and persistent context (#2796) [goose-llm] system prompt override (#2791) chore: small bit of a cleanup - removing unused dir (#2761) ...
michaelneale
added a commit
that referenced
this pull request
Jun 10, 2025
* main: claude 4 listing (#2843) fix: Use the existing spinner in interactive mode (#2829) chore(release): release version 1.0.27 (#2844) Revert "Mnovich/temporal scheduler (#2745)" (#2839) chore(release): release version 1.0.26 (#2833) Removed ui-v2 directory and updated project to use node in hermit and readme (#2831) Mnovich/temporal scheduler (#2745) fix: intel builds (#2832) chore(release): release version 1.0.25 (#2811) Nostrbook MCP is now on npm (#2816) Update macOS install guide with Homebrew instructions (#2823) remember window position (#2808) feat(ui): put the scheduler behind an alpha (#2810) debug config issues on windows (#2809) Add Speech MCP extension to extensions directory (#2807) Iand/blog goosehints metadata update (#2800) Iand/blog goosehints (#2798) blog post about goosehints and persistent context (#2796) [goose-llm] system prompt override (#2791) chore: small bit of a cleanup - removing unused dir (#2761)
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.